All Questions
3 questions
0votes
0answers
173views
Can't run python script on startup. Raspberry Pi 4
I am trying to run a python script when my Raspberry pi 4 boots. THis python script works when I run it directly, with no errors. I have edited the crontab file to do this as can be seen below: # ...
4votes
1answer
2kviews
How Can I Automate the Change between a Python Script and a Nohup Python Script?
I have a Raspberry Pi connected to a digital temperature probe, which measures my fermenting beer. A python script reads the temperature every second and prints it to the console, and stores it in a ...
7votes
4answers
4kviews
Problems running python script from motion
I'm trying to set up the raspberry pi with my webcam as a motion detecting cctv that uploads the videos to google drive using Jeremy Blythe's script I have motion working correctly and the python ...